projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16063f1
)
babl-verify: set a high tolerance, avoid censoring some underperforming fast paths
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 20 Nov 2016 11:36:36 +0000
(12:36 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 20 Nov 2016 11:36:39 +0000
(12:36 +0100)
tools/babl-verify.c
patch
|
blob
|
history
diff --git
a/tools/babl-verify.c
b/tools/babl-verify.c
index 15654e24c8c6ad447f5352d256ddfe4d3b36b6c3..e58dc85bffe435da28e3d5fd6fc73eac14b98de2 100644
(file)
--- a/
tools/babl-verify.c
+++ b/
tools/babl-verify.c
@@
-10,6
+10,7
@@
int main (int argc, char **argv)
return -1;
}
setenv ("BABL_DEBUG_CONVERSIONS", "1", 0);
+ setenv ("BABL_TOLERANCE", "100000.0", 0);
babl_init ();
babl_fish (babl_format(argv[1]), babl_format (argv[2]));
babl_exit ();